projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fee7c89
)
(makefile-space-face): Don't list in facemenu.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 10 Nov 1995 18:58:37 +0000
(18:58 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 10 Nov 1995 18:58:37 +0000
(18:58 +0000)
lisp/progmodes/make-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/make-mode.el
b/lisp/progmodes/make-mode.el
index eac011ea8e12b46d3e0f97861f4eb91c038a0bd4..8227f9a11389cc5cb969015a9175813848fab4c5 100644
(file)
--- a/
lisp/progmodes/make-mode.el
+++ b/
lisp/progmodes/make-mode.el
@@
-201,6
+201,7
@@
not be enclosed in { } or ( ).")
"\\(^\\..*\\)\\|\\(.*~$\\)\\|\\(.*,v$\\)\\|\\(\\.[chy]\\)"
"Regex for filenames that will NOT be included in the target list.")
+(add-to-list 'facemenu-unlisted-faces 'makefile-space-face)
(defvar makefile-space-face 'makefile-space-face
"Face to use for highlighting leading spaces in Font-Lock mode.")